projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48caa6c
)
packages: Use $(CP) instead of $(INSTALL_BIN) for binaries.
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 Dec 2007 18:59:01 +0000
(18:59 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 Dec 2007 18:59:01 +0000
(18:59 +0000)
Signed-off-by: Andy Boyett <
[email protected]
>
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/nodogsplash@9695
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 5d6f7c623be2624bfea1f000aab8b443874326df..e3c364ac558a1bc717972f37162c67e36988dab5 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-54,7
+54,7
@@
endef
define Package/nodogsplash/install
$(INSTALL_DIR) $(1)/usr/bin
- $(
CP
) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
+ $(
INSTALL_BIN
) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
$(INSTALL_DIR) $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/
endef